home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_19002.txt < prev    next >
Text File  |  1990-08-07  |  733b  |  35 lines

  1. -- card: 19002 from stack: in.0-2
  2. -- bmap block id: 19776
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: WhatIs
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Stacks" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13. -- part 5 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=211 top=207 right=250 bottom=261
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. -- This handler plays a Studio1 animation.
  27. on mouseUp
  28.   set cursor to none
  29.   push card
  30.   go stack "‚Ä¢HC 2.0-Anim2"
  31.   doAnimate
  32.   pop card
  33. end mouseUp
  34.  
  35.